Package com.cisco.pt.ipc.sim.impl
Class CepImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.CepImpl
Information provided by the PKI file:
\class Cep
\brief The description of the CEP that communicates with PT IPC.
\example ipcManager().thisInstance().getCep()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionCepImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
CepImpl
public CepImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
hasPrivilege
- Specified by:
hasPrivilegein interfaceCep- Parameters:
priv- Takes in a parameter of priv- Returns:
- boolean Returns a boolean
-
getName
Information provided by the PKI file:
\brief Returns the name. \return string, the name. -
getVersion
Information provided by the PKI file:
\brief Returns the version. \return string, the version.- Specified by:
getVersionin interfaceCep- Returns:
- String Returns a String
-
getId
Information provided by the PKI file:
\brief Returns the ID name. \return string, the ID. -
getDescription
Information provided by the PKI file:
\brief Returns the description. \return string, the description.- Specified by:
getDescriptionin interfaceCep- Returns:
- String Returns a String
-
getAuthor
Information provided by the PKI file:
\brief Returns the author. \return string, the author. -
getContact
Information provided by the PKI file:
\brief Returns the contact. \return string, the contact.- Specified by:
getContactin interfaceCep- Returns:
- String Returns a String
-